PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableCell Class / setStructureElement Method
The com.o2sol.pdf4java.logicalstructure.PDFStructureElement object associated with this cell object.
In This Topic
    setStructureElement Method
    In This Topic
    Sets the structure element.
    Syntax
    public void setStructureElement( 
       PDFStructureElement value
    )

    Parameters

    value
    The com.o2sol.pdf4java.logicalstructure.PDFStructureElement object associated with this cell object.
    See Also